home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / vfx401.zip / VERIFIX.ZIP / DOOR1.BAT < prev    next >
DOS Batch File  |  1992-08-29  |  946b  |  28 lines

  1. REM
  2. REM This door runs VERIFIX call back verifier for Wildcat! BBSs.
  3. REM
  4. REM in this example batch file, verifix runs, then wildcat restarts.  If you
  5. REM take out the REM in front of VFXBULL c:... line, verifix would create
  6. REM either a hello screen or a bulletin screen.
  7. REM
  8. REM The last line shows the sytnax used to call the log file trimmer.  You can
  9. REM run the trimmer every time verifix runs, like in this example, or you
  10. REM can run the trimmer in one of your dbridge or wildcat events.
  11. REM
  12.  
  13. @echo off
  14. c:
  15. cd\wc30\doors\verifix
  16. verifix
  17.  
  18. REM Un-rem if you want to make a bulletin
  19. rem VFXBULL c:\wc30\bull\bull10.bbs
  20.  
  21. REM Un-rem if you want to make a hello screen
  22. rem VFXBULL c:\wc30\disp\hello2.bbs
  23.  
  24. REM "trims" your verifix log files to 10 days old.  This can be run as an
  25. REM event every night.  Or you can run it in this batch file every time
  26. REM verifix runs it will trim the log files for you
  27. rem TRIMVFX 10
  28.